home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetFindTypeAttr2.h -----------------------------------------------
- * Copyright (c) 1996 Adobe Systems Incorporated. All rights reserved.
- * Created on Oct 10, 1996 @ 8:37 PM by Paul Norton.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetFindTypeAttr2__
- #define __PGetFindTypeAttr2__
-
- #include "PHandleQuery.h"
-
- class PGetFindTypeAttr2 : public PHandleQuery
- {
-
- public:
-
- PGetFindTypeAttr2();
-
- short dSetWidth;
- short cTrack;
- const char * sColorName;
- short nTintValue;
- };
-
- #endif
-
- // end of PGetFindTypeAttr2.h
-